projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79d6bf3
)
mx6sabresd: Fix the fdt file for the mx6dl version
author
Fabio Estevam
<
[email protected]
>
Wed, 18 Sep 2013 01:55:59 +0000
(22:55 -0300)
committer
Stefano Babic
<
[email protected]
>
Fri, 20 Sep 2013 15:55:37 +0000
(17:55 +0200)
We need to load 'imx6dl-sabresd.dtb' in the mx6dl version.
Signed-off-by: Fabio Estevam <
[email protected]
>
Acked-by: Otavio Salvador <
[email protected]
>
include/configs/mx6sabresd.h
patch
|
blob
|
history
diff --git
a/include/configs/mx6sabresd.h
b/include/configs/mx6sabresd.h
index a3dd74a4a254d9f93535e595425f0b1f53d56e8d..3229bc70d868f8187fd86594ba8220b5eba71444 100644
(file)
--- a/
include/configs/mx6sabresd.h
+++ b/
include/configs/mx6sabresd.h
@@
-16,7
+16,11
@@
#define CONFIG_MXC_UART_BASE UART1_BASE
#define CONFIG_CONSOLE_DEV "ttymxc0"
#define CONFIG_MMCROOT "/dev/mmcblk1p2"
+#if defined(CONFIG_MX6Q)
#define CONFIG_DEFAULT_FDT_FILE "imx6q-sabresd.dtb"
+#elif defined(CONFIG_MX6DL)
+#define CONFIG_DEFAULT_FDT_FILE "imx6dl-sabresd.dtb"
+#endif
#define PHYS_SDRAM_SIZE (1u * 1024 * 1024 * 1024)
#include "mx6sabre_common.h"